/* استایل‌های پایه فوتر */
.site-footer {
    width: 100%;
    direction: rtl !important;
    text-align: right;
    background-color:#252525;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-container.top {
   background: #f5f4f4;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
}


.features-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.feature-icon {
    color: #1e293b;
    width: 32px;
    height: 32px;
}
.feature-text span {
    font-size: 13.5px;
    color: #cf0207;
    margin: 0 0 4px 0;
    font-weight: bold;
}
.feature-text p {
    font-size: 11.5px;
    color: #94a3b8;
    margin: 0;
}



/* ۳. بدنه ۳ ستونه فوتر */
.footer-cols-wrapper-fixed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding-top: 20px;
}

/* ستون راست: متن قوانین */
.text-description-col {
    flex: 1;
    order: 1;
}
.footer-text-p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 2.3;
    text-align: justify;
    margin: 0;
}

/* ستون وسط: اطلاعات تماس */
.contact-info-col {
    flex: 1.3;
    order: 2;
}
.col-title-blue {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 18px 0;
}
.contact-row {
    font-size: 15px;
    color: #bbb6b6;
    margin: 0 0 12px 0;
}
.eng-num {
    font-family: Arial, sans-serif;
    direction: ltr;
}

/* ستون تصاویر */
.footer-col.namad-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new-namad-image-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.new-namad-image-box img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.namad-col{
    order:3;
    margin-right:auto;
}
/* ۴. سطر پایینی فوتر با اصلاح کامل جهت‌ها */
.footer-bottom-bar {
    padding: 25px 0;
    border-top: 1px solid #f0f2f5;
    margin-top: 40px;
}
.bottom-bar-flex-fixed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* برندینگ و عکس لوگو در سمت راست */
.footer-branding-right-side {
    order: 2; /* راست */
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-logo-img-wrapper {
    max-width: 120px; /* حداکثر عرض مجاز برای عکس لوگو */
}
.footer-main-logo {
    width: 100%;
    height: auto;
    display: block;
}
.copyright-texts-right p {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 3px 0;
    text-align: center;
}
.shop-year-right {
    font-size: 11px !important;
    color: #94a3b8 !important;
}

/* خط ویژه وسط */
.footer-special-call-center {
    order: 3; /* وسط */
    font-size: 13.5px;
    color: #3f51b5;
    font-weight: bold;
}

.footer-special-call-center.windows-none{
 order: 1;
}
.footer-socials-left-side {
    order: 1; /* چپ */
    display: flex;
    gap: 15px;
}
.social-icon {
    color: #94a3b8;
    width: 20px;
    height: 20px;
    transition: color 0.2s;
}
.social-icon:hover {
    color: #3f51b5;
}

/* ریسپانسیو کامپکت موبایل */
@media (max-width: 992px) {
    .features-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bird-image {
        width: 100%; /* در موبایل برای خوانایی کامل تمام‌عرض می‌شود */
    }
    .footer-cols-wrapper-fixed {
        flex-direction: column;
        gap: 30px;
    }
    .single-image-col {
        justify-content: center;
    }
    .bottom-bar-flex-fixed, .footer-branding-right-side {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
.footer-bottom-bar{
margin-top:0;
}
.bottom-bar-flex-fixed, .footer-branding-right-side{gap:2px;}
}
/***********************      شروع شبکه اجتماعی شناور     ********************************/
.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.image-social{
    padding-left: 7px;
}
.social-menu {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.social-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.bale {
    background: #00C19B;
}

.rubika {
    background: #EA3C36;
}

.whatsapp {
    background: #25D366;
}

img.image-social {
    width: 44px;
}
@media (max-width: 768px) {
    .social-menu {
        right: 33px;
        bottom: 90px;
        gap: 8px;
margin-bottom: 5px;
    }
    
    .social-item {
        width: 55px !important;
        height: 55px !important;
    }
    
   .image-social {
        width: 36px !important;
        height: 30px !important;
        padding-left: 7px !important;
        flex-shrink: 0 !important;
    }
    
  
}
overflow-x{
display:hidden;
}
/***********************  پایان  شبکه اجتماعی شناور    ********************************/
