
/* باکس بالای فوتر */
.top-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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



}

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

.image-item {
    flex: 1;
    max-width: 200px; 
    text-align: center; 
}

.support-images img {
    width: auto;        
    height: 100%;     
    object-fit: cover;
    display: block;
    margin: 10px auto 10px auto;
}

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


.support-info {
    flex: 1.3;

}


.support-titl{
    font-size: 17px;
    font-weight:600;

}
/* .contact-item{
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 7px;
}
.label {
    font-weight: 700;
    color: #555;
    font-size: 15px;
    margin-bottom: 8px;
}

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

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

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

.phones a {
    color: #007cba;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
}

.phones a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

.support-info a:hover {
    color: #007cba;
}


@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;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        line-height: 1.3 !important;
    }
    
    .separator {
        font-size: 14px !important;
        color: #999 !important;
        flex-shrink: 0 !important;
        line-height: 1.3 !important;
        padding: 4px 2px !important;
    }
    
    /* 👈 دو شماره اول + | در خط اول */
    .phones a.pho:nth-child(1),
    .phones .separator:nth-child(3),
    .phones a.pho:nth-child(5) {
        display: inline-block !important;
    }
    
    /* 👈 | آخر و شماره سوم مخفی از خط اول */
    .phones .separator:nth-child(7),
    .phones a.pho:nth-child(9) {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 28px !important;
        width: 100% !important;
        margin: 6px 0 0 0 !important;
        background: #f8f9fa !important;
        padding: 8px !important;
        border-radius: 6px !important;
        border: 1px solid #dee2e6 !important;
        font-size: 14px !important;
        text-align: center !important;
        box-sizing: border-box !important;
        z-index: 1 !important;
    }
}



/* موبایل */
@media (max-width: 768px) {
    .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: #ececec;
    color: #302c2c;
    padding: 0 0 20px;
    font-family: 'iranyekan' !important;
}

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

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

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

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

.footer-column a:hover {
    color: #D2AE6D;
}

.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;
}



.footer-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin:50px 45px auto;
}
p.about{
    font-size: 15px;
    color:#868686 ;
    text-align: justify;
    font-weight: 500;
}

.support-images2{
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

}



.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid #444;
    padding-top: 15px;
}
.footer-container2-mob , .footer-columnmob, .footer-column-mob{
    display: none !important;
}
/* ریسپانسیو */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

img.image-footer {
    width: 170px;
    height: auto;
    margin: 0px 10%;
}

@media (max-width: 500px) {
 .support-images2 {
    display: block;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}}


@media (max-width: 600px) {
    .phones {
 
    flex-wrap: none !important;

    }
}

/***********************      شروع شبکه اجتماعی شناور     ********************************/
.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;
    }
    
  
}

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