 body {
            font-family: dana, sans-serif;
            direction: rtl;
            text-align: right;
            background-color: #F6F5FA;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .card {
            box-shadow: 0 0px 0px rgba(0,0,0,0.1);
            padding: 5px 20px 20px 20px ;
            margin-top: 0px;
            margin-bottom: 10px;
            border-radius: 6px;
            background-color: white;
            width: 50%;
            min-width: 300px;
        }
        .profile-pic {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: block;
            margin: 0 auto 10px;
            background-color: #F0F0F0; 
            object-fit: cover; 
        }
        

        .profile-pic:not([src]), 
        .profile-pic[src=""], 
        .profile-pic[src="null"] {
            background-image: url('https://doryarapp.ir/app/assets/images/new/business_icon.png');
            background-size: cover;
        }
        
        /* 
        .profile-pic:not([src]), 
        .profile-pic[src="null" or src="" ] {
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23ccc"/></svg>');
            background-size: cover;
        }*/
        
           .business-head-container {
            display: flex;
            justify-content: space-between; 
            align-items: center;
            padding: 5px 5px;
            width: 100%;
            box-sizing: border-box;
        }
        
        
        
        .review-date {
            font-size: 14px;
            color: #c4c4c5;
            white-space: nowrap;
        }
        
        .user-info {
            display: flex;
            align-items: center;
            gap: 10px; 
        }
        
        .user-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            background-color: #F0F0F0;
            display: block;
        }
        
        .user-name {
            margin: 0;
            font-size: 14px;
        }

        .stars {
            color: gold;
        }
        .business-box {
            border-bottom: 1px solid #f2f2f2;
            padding: 12px;
        }

        
        button {
            align-content: center;
            background-color: #fff;
            color: #333;
            padding: 15px;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            font-size: 1.2rem;
            box-sizing: border-box;
            font-family: dana, sans-serif;
            margin:auto;
            margin-bottom: 2px;
            transition: background 0.3s;
             border-radius: 6px 6px 0px 0px;
             width: 95%;
            max-width: 600px;
            font-weight: bold;
        }
        .pagination {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: 10px;
        }
        .pagination a {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            background: #ddd;
            color: black;
            text-decoration: none;
            font-family: "IRANSans", sans-serif;
        }
        .pagination a.active {
            background: #0466E6;
            color: white;
        }
        
        
          


        
        label {
            margin-bottom: 5px;
            font-weight: normal;
        }
        
        input, select, textarea {
            
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 12px;
            text-align:right;
        }
        
        textarea {
            resize: vertical;
        }
        
        
        
        
 


        @media only screen and (max-width: 768px) {
            .container {
                width: 90%;
                padding: 15px;
            }
            
      .card {
        padding: 1rem;
      }
        
            h1 {
                font-size: 0.9em;
            }
            
            h2 {
            font-size: 0.8em;
            }
            
            h3 {
                font-size: 0.7em;
            }
        }
        
        /* For devices with a max width of 480px (mobile phones) */
    @media only screen and (max-width: 480px) {
        .container {
            width: 100%;
            padding: 10px;
        }
    
        h1 {
            font-size: 1.0em;
        }
        
        h2 {
            font-size: 0.8em; 
            margin-top: 10px;
            margin-bottom: 10px;
            padding-right:15px;
        }
        
        h3 {
            font-size: 0.8em;
        }
        
        h5 {
            font-size: 0.8em; 
            margin-top: 0px;
            margin-bottom: 0px;
        }
    
        p {
            font-size: 0.8em;
        }
        
        .user-img {
            width: 35px;
            height: 35px;
        }
        
    }
    

@media (max-width: 768px) {
    .submit-box {
        padding: 20px;
        margin-left: 20px;
    }

    input, select, textarea, button {
        font-size: 14px;
    }
}


.info-box {
    display: flex;
    gap: 5px; 
    flex-wrap: wrap; 
    margin: 0;
    padding: 5px;
}

.info-item-header {
    background: #F6F6F6; 
    padding: 6px 6px;
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 14px;
    color: #333;
}

.info-item-header i {
    margin-right: 5px;
    margin-left: 5px;
    color: #555;
}

select.info-item-header {
    font-family: dana, sans-serif;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    color: #333;
    padding-left:10px;
    border:transparent;
}

select.info-item-header option {
    font-family: dana, sans-serif;
    padding: 8px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px; 
}



.info-item {
    padding: 6px 6px;
    border-radius: 8px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5f60f8;
    background: rgb(from #5f60f8 r g b / 8%); 
}

.info-item i {
    margin-right: 5px;
    margin-left: 5px;
    color: #5f60f8;
}


.info-star-box {
    display: block;
    justify-content: center; 
    margin-top: 10px;
    padding: 10px;
}

.info-item-star {
    background: rgb(from #fbbd08 r g b / 15%); ;
    border-radius: 8px; 
    padding: 0 5px 0 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.info-item-star i {
    margin: 0 5px 0 5px;
    color: #fbbd08; 
}


    .space-right p{
        padding-right: 15px;
    }
    
    
  .bc { direction: rtl; font-family: inherit; }
  .bc ol {
    list-style: none; margin: 0; padding: 0;
    display: flex; align-items: center; gap: .5rem;
  }
  .bc li { display: inline-flex; align-items: center; }
  .bc li + li::before {
    content: "«";         
    margin: 0 .40rem; 
    opacity: .6;
    transform: scaleX(-1); 
  }
  .bc a {
    text-decoration: none; color: #555;
  }
  .bc a:hover { color: #111; }
  
  
   .scroll-top-btn {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 999;
    width: 35px;
    height: 35px;
    font-size: 20px; 
    border: none;
    outline: none;
    background-color: #FEFEFE;
    color: #5f60f8;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.7;
    transition: opacity 0.3s, background-color 0.3s;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px; 
    line-height: 1;         
    padding: 0;               
    transition: opacity 0.3s, background-color 0.3s;
}

.scroll-top-btn  i{
  
  display: block;
}


.scroll-top-btn:hover {
    opacity: 1;
    background-color: #fff;
}

            a {
            text-decoration: none;
            transition: color 0.3s ease, background-color 0.3s ease;
          }
          
          
          
          
           p.lead{ color:var(--muted); margin-bottom:18px; }

    .accordion{
      background:transparent;
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:var(--shadow);
      margin-bottom:18px;
    }

    details{
      border-top:1px solid #eef2f6;
      background:var(--card);
    }
    details:first-child{ border-top:0; }
    summary{
      cursor:pointer;
      list-style:none;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-weight:600;
      font-size:1rem;
      user-select:none;
    }
    summary::-webkit-details-marker{ display:none; }

    .chev{
      display:inline-block;
      width:36px;height:36px;
      border-radius:9px;
      display:flex;align-items:center;justify-content:center;
      background:transparent;border:1px solid #e6eefb;
      transition: transform .22s ease;
    }
    details[open] .chev{ transform:rotate(180deg); background:var(--accent); color:#fff; border-color:var(--accent); }

    .answer{
      padding:14px 22px 22px 22px;
      color:var(--text);
      font-size:0.98rem;
    }
    .answer p{ margin:0 0 12px 0; text-align:justify; }
    .note{ font-size:0.86rem; color:var(--muted); margin-top:8px; }

    /* responsive */
    @media (max-width:520px){
      .container{ padding:12px; }
      summary{ padding:14px; font-size:0.96rem; }
      .answer{ padding:12px; font-size:0.95rem; }
    }
    
    
   
.captcha-box {
        background: #eef6ff;
        padding: 8px;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        color: #333;
    }
    
    
.review-link {
  text-decoration: none; /* حذف زیرخط */
  color: inherit; /* رنگ متن را از والد بگیر */
  display: block; /* کل div را لینک کند */
}

.review-link:hover {
  text-decoration: none;
  color: inherit;
   background-color: #f8f8f8;
   border-radius: 12px;
}


.review-link p,
.review-link strong {
  color: inherit; /* جلوگیری از آبی شدن متن‌ها */
}


h1 {
    font-size: 1.25rem;
}
