﻿
/*@font-face {*/
    /* تعریف نام فونت */
    /*font-family: 'Yekanbakh';*/
    /* اکسپلورر 9 به بعد */
    /*src: url('Fonts/Iranian Sans.ttf');*/
    /*src: url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.otf');*/
    /* بررسی نصب بودن فونت در سیستم کاربر */
    /*src: local('Yekanbakh'),*/
    /* برای برخی از مرورگرها مانند سافاری */
    /*local('Yekanbakh'),*/
    /* هک برای اکسپلورر 8 و ماقبل */
    /*url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.otf') format('embedded-opentype'),*/
    /* فرمت مناسب مرورگرهای خیلی جدید */
    /*url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.woff') format('woff2'),*/
    /* فرمت مناسب مرورگرهای تقریبا جدید */
    /*url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.woff') format('woff'),*/
    /* تمام مرورگرها به جزء اکسپلورر */
    /*url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.ttf') format('truetype');*/
    /* نسخه های قدیمی سیستم عامل iOS */
    /*url('Fonts/Samim.svg#BZar') format('svg');*/
    /*font-style: normal;
    font-weight: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'YekanBakh';
    src: url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.woff2') format('woff2'),
        url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.woff') format('woff');
       /* url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.ttf') format('truetype');*/
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'YekanBakh';
    src: url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Bold.woff2') format('woff2'),
        url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'YekanBakh';
    src: url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'),
        url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-ExtraBlack.woff') format('woff');*/
    /* url('../Fonts/YekanBakh/Fa/YekanBakhFaNum-Regular.ttf') format('truetype');*/
    /*font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/* Sticky footer styles
-------------------------------------------------- */



html {
    font-size: 14px;
    font-family: 'Yekanbakh';
    direction: rtl;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
        direction: rtl;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
* {
    font-synthesis: none;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 5px;
    font-family: 'YekanBakh', sans-serif;
    /*    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility;
    background-color: #f8f9fa;
}
:root {
    --primary-color: #17171a;
    --title-color: #3e3f40;
    --content-color: #535966;
    --bg-main-color: #f3f3f3;
    /*purple*/
    --secondary-color: #677feb;
    --accent-color: #5b58f5;
    --accent-light-color: #ebeaff;
    
    
    --ok: #12A594;
    --ok-soft: #E6F7F4;
    --wait: #B77400;
    --wait-soft: #FDF3E0;
    --stop: #D64560;
    --stop-soft: #FDEDF0;
}
/*.footer {
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;  Vertically center the text there 
}*/



.btn-delete-image {
    position: absolute;
    background-color : rgba(255, 0, 0, 0.7);
    color: white;
    border-radius: 5px; 
    cursor: pointer;
    border: none;

}

.image-item{
    display: flex;
    margin: 10px; 

}



.item-box {
    text-align: right;
    border: 1px solid rgb(240,240,240);
    transition: background-color 0.3s ease;
    text-decoration: none;
    background-color: rgb(248,248,248);
    border-radius: 10px;
    overflow: hidden;
    height: 150px; /* Fixed height for the box */
    display: flex;
    padding: 7px; /* Padding around the image and content */
}

    .item-box:hover {
        background-color: rgb(240,240,240);
        text-decoration: none;
    }

    .item-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image is square and doesn't stretch */
        border-radius: 8px;
    }

.image-container {
    width: 50%;
    padding-right: 10px; /* Padding from the text */
}

.info {
    text-decoration:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%; /* Ensures info takes half the space */
}

.title {
    font-size: 1rem;
    font-weight: bold;
    color: #1b2a49;
}

.price {
    font-size: 0.85rem;
    font-weight: bold;
    color: #1b2a49;
}

.location {
    font-size: 0.9rem;
    color: #e8702e;
}

.dateTime {
    font-size: 0.6rem;
    color: #e8702e;
}
.filter-select-container {
    display: flex;
    align-items: center;
    gap: 8px;
}




.site-footer {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-top: 1px solid #ececec;
    padding: 20px 0 0;
    color: var(--content-color);
}
.footer-lottie-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.15;
    overflow: hidden;
}

    .footer-lottie-bg lottie-player {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 160vw;
        height: 160vh;
        min-width: 160vw;
        min-height: 160vh;
        transform: translate(-50%, -50%);
    }

@media (max-width: 768px) {
    .footer-lottie-bg lottie-player {
        width: 330vw;
    }
}


.site-footer .container {
    position: relative;
    z-index: 1;
}
 

.footer-heading {
    color: var(--title-color);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}

    .footer-heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 36px;
        height: 3px;
        border-radius: 3px;
        background: var(--accent-color);
    }

.footer-brand-logo {
    color: var(--title-color);
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 16px;
    display: inline-block;
}

    .footer-brand-logo span {
        color: var(--accent-color);
    }

.footer-desc {
    font-size: 14.5px;
    line-height: 1.9;
    color: var(--content-color);
    max-width: 320px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

    .footer-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14.5px;
        line-height: 1.8;
        margin-bottom: 14px;
        color: var(--content-color);
    }

    .footer-contact-list .icon-box {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
        border-radius: 10px;
        background: var(--accent-light-color);
        color: var(--accent-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 13px;
    }

    .footer-links a {
        color: var(--content-color);
        text-decoration: none;
        font-size: 14.5px;
        transition: color 0.2s ease, padding-right 0.2s ease;
        position: relative;
    }

        .footer-links a:hover {
            color: var(--accent-color);
            padding-right: 6px;
        }

.trust-badges {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.trust-badge {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 10px;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .trust-badge img {
        max-width: 100%;
        max-height: 100%;
    }

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

    .social-icons a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: var(--accent-light-color);
        color: var(--accent-color);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 16px;
        transition: 0.2s ease;
    }

        .social-icons a:hover {
            background: var(--accent-color);
            color: #fff;
        }

.footer-bottom {
    border-top: 1px solid #ececec;
    margin-top: 5px;
    padding: 10px 0;
    font-size: 13.5px;
    color: var(--content-color);
}

    .footer-bottom a {
        color: var(--accent-color);
        text-decoration: none;
    }

  .footer-bottom {
    border-top: 1px solid #ececec;
    margin-top: 48px;
    padding: 20px 0;
    font-size: 13.5px;
    color: var(--content-color);
  }
 
  .footer-bottom a {
    color: var(--accent-color);
    text-decoration: none;
  }

