﻿body {
}
@font-face {
    font-family: 'BYekan';
    src: url('../css/fonts/BYekan-webfont.eot') format('eot'), url('../css/fonts/BYekan-webfont.woff') format('woff'), url('..//css/fonts/BYekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* در دسکتاپ عرض ثابت باشه و ستون‌ها دقیقا مطابق colgroup نمایش داده بشن */
@media (min-width: 992px) {
    .tableFixColumn {
        table-layout: fixed;
        width: 100%;
    }
}

/* در موبایل جدول اسکرول افقی بخوره */
@media (max-width: 991px) {
    .tableFixColumn {
        display: block;
        overflow-x: auto;
        white-space: nowrap; /* جلوگیری از شکستگی متن */
    }
}

.floating-whatsapp {
    position: fixed;
    bottom: 20%;
    left: 20px;
    z-index: 1000;
    background-color: #25d366;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    animation: pulse 2.5s infinite;
}

    .floating-whatsapp:hover {
        transform: scale(1.1);
        background-color: #1ebc5d;
    }

    .floating-whatsapp img {
        width: 32px;
        height: 32px;
        display: block;
    }

.star {
    font-size: 2.5em;
    color: green;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.8); /* افزودن سایه درخشان */
    transform: rotate(45deg); /* چرخاندن ستاره برای جذاب‌تر شدن */
}

.circle {
    margin-right: 5px;
    width: 50px; /* اندازه بزرگ دایره */
    height: 50px; /* ارتفاع بزرگ دایره */
    background: linear-gradient(45deg, #ff8c00, #ff6347); /* گرادیانت رنگی پرجنب و جوش */
    border-radius: 50%; /* ایجاد دایره */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9), 0 0 20px rgba(255, 215, 0, 0.9); /* سایه درخشان */
    transform: rotate(45deg); /* چرخاندن دایره */
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.6); /* سایه برجسته */
    animation: pulse 1.5s infinite; /* انیمیشن افزایش و کاهش سایز دایره */
}

.badge-updated {
    display: inline-block;
    background: #d4edda;
    color: #28a745;
    padding: 4px 4px;
    border-radius: 10px;
    font-size: 15px;
    animation: pulse 2s infinite;
}

    .badge-updated i {
        animation: rotateOnce 1.5s ease-in-out;
    }

/* چرخش یکبار هنگام ورود */
@keyframes rotateOnce {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}




.alert-dismissible {
    padding-right: 3rem !important;
    padding-left: inherit !important
}

.tamas {
    width: 30px; /* اندازه دایره */
    height: 30px; /* ارتفاع دایره */
    background: linear-gradient(45deg, #ff8c00, #ff6347); /* گرادیانت رنگی پرجنب و جوش */
    border-radius: 50%; /* ایجاد دایره */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1em; /* اندازه آیکن */
    color: white;
    box-shadow: 0 0 20px rgba(70, 130, 180, 0.6); /* سایه برجسته آبی */
    animation: pulse 1.5s infinite; /* انیمیشن افزایش و کاهش سایز دایره */
    cursor: pointer; /* نشانگر موس را به دست تبدیل می‌کند */
}
/* انیمیشن افزایش و کاهش سایز دایره */
@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }

    50% {
        transform: rotate(45deg) scale(1.2);
    }

    100% {
        transform: rotate(45deg) scale(1);
    }
}

.bg-custom1 {
    background: linear-gradient(135deg, #24466d 0%, #3a5f91 100%);
    color: #fff !important;
    text-align: center;
}

.bg-custom2 {
    background: radial-gradient(at center center,#cecece 15%,#c2c2c2 83%);
    text-align: center;
}

.bg-custom3 {
    background: radial-gradient(at center center,1a60a9 15%,#0dcaf0 83%);
    color: #fff !important;
}
.btn-gold {
    background-color: #fdca22; /* طلایی گرم */
    color: #1e3a5f; /* متن آبی نفتی برند */
    border: 1px solid #c19d2b; /* بوردر کمی تیره‌تر برای عمق */
    border-radius: 8px; /* گوشه‌های نرم */
    font-weight: 600; /* متن پررنگ‌تر */
    box-shadow: 0 4px 12px rgba(0,0,0,0.25); /* سایه برای حس پرمیوم */
}

    .btn-gold:hover {
        background-color: #e0b94a; /* روشن‌تر در حالت هاور */
        color: #fff; /* متن سفید برای کنتراست */
    }

    .btn-gold:focus {
        outline: 2px solid #1e3a5f; /* فوکوس با رنگ برند */
        outline-offset: 2px;
    }
.gold-color {
    color: #c7a229; /* طلایی گرم */
}
/*برای اینکه اسم قالیشویی شبیه لوگو بشه*/

:root {
    --logo-size: 130px;
    --color1: #1e3a5f;
    --color2: #2c4a7a;
    --color3: #3f4f5f;
    --color4: #1b4d4f;
}

.shop-card {
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

/* ستون‌ها */
.logo-wrap {
    display: flex;
    justify-content: center;
}



/* لوگو */
.logo {
    width: var(--logo-size);
    height: var(--logo-size);
    min-width: var(--logo-size);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    animation: pulse 3s infinite ease-in-out;
}

    /* چرخه رنگ پس‌زمینه */
    .logo[data-i="1"] {
        background: var(--color1);
    }

    .logo[data-i="2"] {
        background: var(--color2);
    }

    .logo[data-i="3"] {
        background: var(--color3);
    }

    .logo[data-i="4"] {
        background: var(--color4);
    }

    /* خط شاین */
    .logo::after {
        content: '';
        position: absolute;
        top: -120%;
        left: -40%;
        width: 40%;
        height: 240%;
        background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 60%,rgba(255,255,255,0) 100%);
        transform: rotate(25deg);
        animation: shine 2.2s infinite ease-in-out;
    }

/* Pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Shine */
@keyframes shine {
    0% {
        transform: translateX(-120%) rotate(25deg);
    }

    100% {
        transform: translateX(200%) rotate(25deg);
    }
}

/* دکمه تماس */
.call-btn {
    background: #0a84ff;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}


/*
    اتمام لوگوی خودکار
*/
.card > a {
    text-decoration: none !important;
}

.ads-link {
    text-decoration: none !important;
}

.breadcrumb-item + .breadcrumb-item, .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 2px !important;
}

body {
    font-family: 'BYekan' !important;
    font-size: 17px !important;
    line-height: 35px !important;
}

h1 {
    font-size: 20px !important;
    color: #e88838 !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

h2 {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.7rem !important;
    color: #d63122 !important;
}

h3 {
    font-size: 20px !important;
    color: #000;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 1rem;
}

.listUl {
    list-style: none;
    height: 100%;
    overflow-y: scroll;
}

.listItem {
    font-size: 0.85rem;
    text-align: center;
    color: var(--black);
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

    .listItem a {
        padding: var(--md-size) var(--sm-size);
        display: block;
    }

.breadcrumb {
    padding: .25rem 1rem !important;
    margin-bottom: 0rem !important;
}

.GalerySelectImg {
    border: 4px solid #5cddea;
}

.ImageHolder {
    max-height: 60vh;
    height: 60vh;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.login {
    background: url(/images/bg-pattern.png)
}

.category {
    max-height: 300px;
    min-height: 200px !important;
    overflow: scroll;
}

.tag {
    min-height: 100px !important;
}

.IndexImage {
    max-height: 300px;
    min-height: 200px !important;
}

img {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    max-width: 100%;
}

.border-right-info {
    border-right: .25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: .25rem solid #36b9cc !important;
}

.border-right-success {
    border-left: .5rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: .15rem solid #1cc88a !important;
}

.copyright {
    background: #0f2a43;
    color: #FFF;
    padding: 15px 0;
}

.copyright {
    background: #0f2a43;
    color: #FFF;
    padding: 15px 0;
}

    .copyright .list li {
        list-style: none;
        display: inline-block;
    }

        .copyright .list li a {
            color: #FFF;
            line-height: 13px;
            height: 13px;
            border-left: 1px #FFF solid;
            padding: 0 10px;
            display: inline-block;
        }

            .copyright .list li a:hover {
                color: #CCC !important;
            }

        .copyright .list li:last-child a {
            border-left: none;
        }

    .copyright .copy {
        color: #FFF;
        margin: 0;
        line-height: 32px;
    }

    .copyright a, .copyright p {
        color: #FFF;
    }

        .copyright a:hover {
            color: #FDD63D !important;
        }

    .copyright i {
        background: #056652;
        color: #7baca0;
        width: 30px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        margin: 0 2px;
        padding: 7px;
        vertical-align: middle;
        border-radius: 3px;
        border: 1px #FFF solid;
    }

        .copyright i:hover {
            background: #004234;
        }

    .copyright .social li {
        list-style: none;
        display: inline-block !important;
    }

    .copyright .social p {
        display: inline-block;
        padding: 0 5px;
    }

    .copyright .social i {
        background-color: #FFF;
        color: #0f2a43;
        width: 35px;
        height: 35px;
        padding: 6px 0;
        margin-bottom: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 24px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        vertical-align: sub;
    }

        .copyright .social i:hover {
            color: #FFF !important;
        }

    .copyright .fa-image {
        background: #FFF;
        width: 35px;
        height: 35px;
        padding: 6px;
        display: inline-block !important;
        margin-bottom: 5px;
        border: 1px #FFF solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        vertical-align: bottom;
    }



.float-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

    .float-icon:hover {
        bottom: 20px;
        transition: all 0.5s ease-in-out;
    }


.inner {
    width: 100%;
    position: relative;
}

    .inner:before {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        box-shadow: 0 0 15px #d7dee9;
        left: -5px;
        top: -10px;
        transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        content: '';
    }

.header {
    background: url('../images/slide.jpg') no-repeat center center / cover;
}

.field-validation-error {
    color: red;
}

.landing-layer header {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    word-spacing: -1px
}

    .landing-layer header .logo {
        width: 250px;
        display: block;
        margin: 0 auto 20px
    }

    .landing-layer header h1 {
        line-height: 30px;
        padding: 10px 0 20px;
        font-size: 31px
    }

    .landing-layer header h2,
    .landing-layer header h3 {
        line-height: 30px;
        padding: 10px 0;
        font-size: 23px
    }

.landing-layer .search-form {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 30px
}

    .landing-layer .search-form form {
        width: 100%;
        height: 45px;
        position: relative;
        margin-bottom: 50px
    }

        .landing-layer .search-form form input {
            background-color: #fff;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            width: 100%;
            line-height: 50px;
            border: 0;
            padding: 0 20px 0 60px;
            color: #2C373B
        }

        .landing-layer .search-form form button {
            background-color: #2aaf27;
            color: #fff;
            font-size: 24px;
            width: 50px;
            height: 48px;
            position: absolute;
            left: 1px;
            top: 1px;
            border: 0;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .landing-layer .search-form form button i {
                position: relative;
                top: 5px
            }

            .landing-layer .search-form form button:hover {
                background-color: #2C373B
            }
