
/* باکس بالای فوتر */
.top-footer {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5vw; /* قبلاً 70px بود → مشکل اصلی همین بود */
    background: linear-gradient(180deg, #ffffff 50%, #c9c9c9 50%);
}

.support-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    border-radius: 30px;
    background: #191930f7; 
    padding: 20px 20px;



}

.support-images {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: center; 
    align-items: flex-start;
}

.image-item {
    flex: 1;
   
    text-align: center; 
}

.support-images svg{
    width: 130px;      /* عرض ثابت */
    height: 120px;     /* ارتفاع ثابت */
    max-width: 100%;  /* responsive */
    max-height: 100%;
    object-fit: contain; /* مهم: تمام آیکون دیده میشه */
    display: block;
    margin: 0 auto ;
}

.image-item h4 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}


.support-info {
    flex: 1.2;
  padding:15px 10px 0 0;
}


.support-titl{
    font-size:17px;
    font-weight:600;
    color: #fff;
}

.contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    direction: rtl; /* 👈 مهم برای RTL */
padding:5px 0;
}

.label {
    font-weight: 700;
    color: #fff;
    font-size:15px;
    flex-shrink: 0;
    line-height: 1.4;
}

.phones {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.phones p {
    color: #007cba;
    text-decoration: none;
       font-size: 15px;


}


.address,
.support-info a {
    color: #fff;
  font-size:  16px;
    line-height: 1.6;
    display: block;
}



 .st1
{fill:none;
stroke:#ffffff;
stroke-width:2.5;
stroke-linecap:round;
stroke-linejoin:round;
}
.separator{
  color:#fff;
}
@media (max-width: 768px) {
    .contact-item {
        flex-direction: column !important;
        gap: 0 !important;
        align-items: flex-start !important;
        position: relative !important; /* 👈 والد رو position کنیم */
    }
    
    .label {
        display: block !important;
        margin-bottom: 4px !important;
        font-size: 14px !important;
    }
    
    .phones {
        flex-direction: row !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 2px !important;
        position: relative !important;
    }
    
    .phones a.pho {
        font-size: 14px !important;
        padding: 4px 6px !important;
        flex-shrink: 0 !important;   
        line-height: 1.3 !important;
    }
    
    .separator {
        font-size: 14px !important;
        color: #fff !important;
        flex-shrink: 0 !important;
        line-height: 1.3 !important;
        padding: 4px 2px !important;
    }
    .label.ab{
    line-height: 2.5;
}
    
}



/* موبایل */
@media (max-width: 768px) {
.top-footer{
padding:0 20px;
}
    .support-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .support-images {
        grid-template-columns: repeat(3, 1fr); 
    }
    
    .support-images img {
        width: 100%!important;
        height: auto!important;
    }
    
    .phones {
        flex-direction: column;
        gap: 10px;
    }
 
}





/* محتوای اصلی فوتر */
.footer {
    background-color:#C9C9C9;
    color: #2d2d2d;

    font-family: 'iranyekan' !important;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin:30px 45px auto;
}

.footer-column span {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.footer-column p{
    font-size: 14px;
    color: #302c2c;
    text-decoration: none;
    text-align: justify;
    font-weight: 600;
    text-align: center;

}
.footer-column a {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.8;
    text-decoration: none;
    text-align: justify;
}

.footer-column a:hover {
    color: #ae0000;
font-weight:600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}
.contact-social  {
    text-align: center;
}
.contact-social a {
  padding: 0 4px;
}

 .contact-box {
        width: 330px;
  
    }

    .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .divider {
        width: 90%;
        height: 2px;
        background: #2b2b3d7d;
        margin: 10px 0 10px 0;
    }

    .item {
        display: flex;
        align-items: center;
     
        font-size: 17px;
    }

    .item svg {
        width: 22px;
        height: 22px;
        margin-left: 10px;
        flex-shrink: 0;
    }

.footer-container2 {
    display: grid;
    grid-template-columns: 2fr 1fr; /* چپ 33% | راست 67% */
    margin: 50px 45px 30px;
    gap: 40px;
    align-items: start;
    direction: rtl; /* برای RTL */
}

p.about{
    font-size: 15px;
    color:#868686 ;
    text-align: justify;
    font-weight: 500;
}

.footer-container2 .footer-column:first-child {
    /* متن - 1/3 */
    padding-right: 0;
}

.footer-container2 .footer-column:last-child {
    /* شبکه‌های اجتماعی - 2/3 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-social {
    display: flex;
    justify-content: center;
    gap: 20px;
 
}

.contact-social svg {
    transition: transform 0.3s ease;
}

.contact-social a:hover svg {
    transform: scale(1.2);
}

p.p-social{
    font-size: 18px;
    color: #111127;
    text-decoration: none;
    text-align: justify;
    font-weight: 600;
    text-align: center;
margin-top:9px;
}

.footer-bottom {
     text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #111127;
    border-top: 2px solid #111127;
    padding: 10px;
}

/* ستون آخر - عکس لوگو */
.footer-column:nth-child(5) {
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 150px; /* ارتفاع ثابت */
}

.footer-column:nth-child(5) .image-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-grow: 1;
}

#piskhandolat {
   
    height: auto;
    display: block;
    margin: 0 auto;
}

.tiltab {
    font-size: 18px;
    font-weight: 600;
}




@media (max-width: 768px) {

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    /* دوتا منوی اول کنار هم */
    .footer-column:nth-child(1) { order: 1; }
    .footer-column:nth-child(2) { order: 2; }

    /* اطلاعات تماس وسط‌چین و در ردیف بعد */
    .footer-column:nth-child(3) {
        order: 3;
        grid-column: span 2; /* وسط 100% */
        display: flex;
        justify-content: center;
    }

    /* شبکه‌های اجتماعی پایین */
    .footer-columnm {
        order: 4;
        grid-column: span 2; /* وسط */
        text-align: center;
    }
.footer-column ul {
    list-style: none;
    padding-right: 13px;
    text-align: right;
}
.footer-column ul li a {
    text-align: right !important;
    display: block;
}
.footer-column span{
  text-align: right !important;
}
.footer-columnm:nth-child(2) .image-item {
   display: flex; 
  justify-content: center; 
  align-items: center; 
    }
.footer-container2 {
 margin: 15px 25px ;
}
}
/***********************      شروع شبکه اجتماعی شناور     ********************************/
.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;
    }
    
  
}

/***********************  پایان  شبکه اجتماعی شناور    ********************************/
