
/*  Master_widget_footer_menu  */
.footer-menu-title {
    position: relative; /* برای کنترل موقعیت دایره */
  }
  
  .footer-menu-title h6{
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  .footer-menu-title h6::before {
    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%); /* وسط‌چین عمودی */
    height: .3rem;
    width: 1rem; /* عرض و ارتفاع برابر برای دایره */
    background-color: #ffc207;
    border-radius: 8px;
  }

  .footer-menu li {
    color: #ccc;
    padding-top: .4rem;
}

.footer-menu a {
  color: #5f5c5c;
  font-size: 16px;
}

.footer-menu ul li a:hover{
  color: #ffc207;
}
/*  Master_widget_footer_menu  */




/*  Master_widget_footer_contact  */


.footer-contact {
  max-width: 250px;
 
} 

.footer-contact-adres i {

  font-size: 28px;
}

.footer-contact .footer-contact-email {
  padding: 5px 9px;
  background: #ffc207;
  border-radius: 10px;
}

.footer-contact .footer-contact-phone{
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-size: 28px;
}






 /*  Master_widget_footer_contact  */