
@font-face {
  font-family: 'Vazir';
  src: url(../fonts/vazir/Vazir.woff2) format('woff2'),
       url(../fonts/vazir/Vazir.woff) format('woff');
       
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Vazir', sans-serif;
}




.ul-width {
  width: 250px;
}
.underline{
  height: 2px;
  width: 0; 
 
   
}

.category:hover .underline{
    background-color: rgb(9, 8, 8);
    width: 100%;
    transition:all 0.4s ease;
}


nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
   
    z-index: 100;
  }

  nav li {
    position: relative; 
  }

  nav a {
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    display: block;
    transition: 0.3s;
  }

  
.hover-li:hover{
    background-color: rgb(48, 149, 147) !important;
   
}

  nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 1%;
 
      
  }


  nav li:hover > ul {
    display: block;
  }


  nav ul ul li {
    width: 100%;
     
  }
nav ul ul ul {
  right:  100%;
  top: 0;
  display: none;
  position: absolute;

}


nav ul ul li:hover > ul {
  display: block;
}


/* ////////////// استایل منو موبایلی */
ul { list-style: none; padding-left: 1rem; }
ul li a { text-decoration: none; display: block; padding: 4px 0; }
.toggle-icon { background-color: transparent !important; border: 1px solid #ccc; }
.accordion-body ul { padding-right: 1rem; }

    .accordion-button::after {
      display: none;
    }
    .toggle-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ccc;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
      margin-left: 8px;
    }
    a {
      text-decoration: none;
    }

    .text-warning{
      color: rgb(224,253,48) !important;
    }
    .text-color-location:hover a{
 color: rgb(172, 122, 29) !important;
    }
   

    .faq-box {
      background: #f4f5f6;
      border-radius: 10px;
      border: 1px solid rgb(232, 231, 231);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      margin-bottom: 24px;
      padding: 20px;
    }
    .faq-box h2 {
      margin-top: 0;
      color: #4a90e2;
      font-size: 1.3rem;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }
    .faq-box p {
      margin: 12px 0;
      line-height: 1.8;
    }
    .faq-box strong {
      color: #1c3f7a;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 8px 12px;
      text-align: center;
    }
    th {
      background-color: #f0f4f8;
    }
    @media (max-width: 600px) {
      .faq-box {
        padding: 15px;
      }
    }