/* ==================== استایل کامل فوتر طبق نمونه ==================== */
.site-footer {
  width: 100%;
  background: #ffffff;
  direction: rtl !important;
  text-align: right;
  border-top: 1px solid var(--border-color);
  font-size: 13px;
  color: var(--text-main);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ۱. بخش ویژگی‌های بالایی */
.footer-features-row {
  background: #f8f9fa;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}

.features-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.feature-text h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-main);
  margin: 0 0 4px 0;
  text-align: right;
}

.feature-text p {
  font-size: 11px;
  color: var(--text-muted);
  margin: 0;
  text-align: right;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--primary-color);
}

/* ۲. درباره ما و لوگوهای نماد اعتماد */
.footer-top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 0 25px 0;
  gap: 40px;
}

.footer-about-text {
  flex: 1;
}

.footer-about-text h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}

.footer-about-text p {
  color: var(--text-muted);
  line-height: 2.2;
  font-size: 13px;
  margin: 0;
}

.footer-trust-badges {
  display: flex;
  gap: 10px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.badge-box {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ۳. نوار تماس کپسولی/افقی */
.footer-contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #fdf2f4;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.contact-item {
  font-size: 13px;
}

.contact-item .label {
  color: var(--text-muted);
  margin-left: 5px;
}

.contact-item .highlight {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}

.contact-divider {
  color: var(--border-color);
}

/* ۴. شبکه لینک‌ها و آدرس */
.footer-links-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}

.col-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.col-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
  z-index: 1;
}

.col-title span {
  position: relative;
  background: #ffffff;
  padding: 0 15px;
  z-index: 2;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-main);
}

.col-title.sub-title {
  margin-top: 25px;
}

/* لینک‌ها */
.double-links {
  display: flex;
  justify-content: space-between;
}

.double-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.double-links ul li {
  margin-bottom: 10px;
}

.double-links ul li a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.double-links ul li a::before {
  content: "○";
  font-size: 10px;
  color: var(--primary-color);
}

.double-links ul li a:hover {
  color: var(--primary-color);
}

/* زمان‌بندی */
.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.schedule-list li {
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.8;
}

.schedule-list li span {
  display: block;
  color: var(--text-main);
  font-weight: 600;
}

/* شبکه‌های اجتماعی */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.social-btn {
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.2s;
}

.social-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.social-btn svg {
  width: 18px;
  height: 18px;
}

.full-address {
  color: var(--text-muted);
  text-align: center;
  line-height: 2;
  margin: 0;
}

/* ۵. کپی رایت */
.footer-bottom-bar {
  border-top: 1px solid var(--border-color);
  padding: 15px 0;
  text-align: center;
  background: #fdfdfd;
}

.copyright-text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
}

/* ==================== ریسپانسیو ==================== */
@media (max-width: 992px) {
  .features-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top-section {
    flex-direction: column;
  }
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
  .footer-contact-bar {
    flex-direction: column;
    gap: 10px;
  }
  .contact-divider {
    display: none;
  }
}


/***********************      شروع شبکه اجتماعی شناور     ********************************/
.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: linear-gradient(135deg, #f09433, #e1306c, #833ab4);
}

.telegrami {
    background:#1d87bb;
}

.whatsapp {
    background: #25D366;
}

.social-icon{
    width: 32px;
    height: 32px;
    display: block;
}

.social-item i{
    font-size: 32px;
}
@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;
}


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