/* -------------------------
   فونت Vazirmatn برای فوتر
------------------------- */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -------------------------
   فوتر کلی
------------------------- */
body .custom-footer,
body.home .custom-footer,
body.page .custom-footer {
  font-family: 'Vazirmatn', sans-serif !important;
  background: linear-gradient(to top, #f3e5f5, #ffffff);
  color: #000;
  padding: 50px 20px;
  text-align: center;
}

/* -------------------------
   عنوان فوتر
------------------------- */
.custom-footer .footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* -------------------------
   آدرس، شماره‌ها و اینستاگرام
------------------------- */
.custom-footer .footer-address,
.custom-footer .footer-instagram,
.custom-footer .footer-phones p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}

.custom-footer .footer-instagram a {
  color: #9c27b0;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.custom-footer .footer-instagram a:hover { color: #000; }

.custom-footer .footer-phones p i,
.custom-footer .footer-instagram i,
.custom-footer .footer-address i {
  margin-left: 8px;
  color: #9c27b0;
}

/* -------------------------
   دکمه تلفن ثابت
------------------------- */
.custom-footer .fixed-phone {
  display: inline-block;
  background: #ffc4eb;
  color: #000000;
  padding: 12px 20px;
  border-radius: 30px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.custom-footer .fixed-phone:hover {
  background: #7b1fa2;
}

/* -------------------------
   بخش پایین فوتر
------------------------- */
.custom-footer .footer-bottom {
  margin-top: 30px;
  font-size: 14px;
  color: #444;
}
