/* Start custom CSS */.product-single-content {
    width: 1200px; /* حالت پیش‌فرض در دسکتاپ */
    margin: 0 auto; /* وسط‌چین در صفحه‌های بزرگ */
}

@media (max-width: 768px) {
    .product-single-content {
        width: 100%;      /* فول عرض در موبایل و تبلت */
        padding: 0 10px;  /* کمی فاصله از لبه‌ها برای خوانایی */
        box-sizing: border-box;
    }
}
.product-info-box{
    display: none
}
.exam-page {
    line-height: 1.95;
    color: #333;
    direction: rtl;
    text-align: justify;
    font-size: 1rem;
    margin: auto;
    padding: 30px;
    background: #fdfdfd;
}

.exam-page h1 {
    color: #fff;
    background: linear-gradient(135deg, #339966, #2a7d56);
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.8rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.exam-page h2 {
    color: #ff9900;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff9900;
    font-size: 1.4rem;
}

.exam-page h3 {
    color: #339966;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.exam-page p {
    margin: 15px 0;
}

.exam-page ul {
    padding-right: 20px;
    list-style: none;
}

.exam-page ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
}

.exam-page ul li::before {
    content: "✔";
    position: absolute;
    right: 0;
    color: #339966;
    font-size: 1rem;
}

.exam-box {
    background: #f8fefb;
    border: 1px solid #d4eadd;
    border-right: 5px solid #339966;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.exam-box:hover {
    transform: translateY(-3px);
}

.exam-page a {
    color: #ff9900;
    font-weight: 500;
    text-decoration: none;
}

.exam-page a:hover {
    text-decoration: underline;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 20px;
    direction: rtl;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.compare-table th {
    background: linear-gradient(45deg, #339966, #2a7a55);
    color: #fff;
    
    font-weight: bold;
    padding: 12px 8px;
}

.compare-table td {
    padding: 10px 8px;
    font-size: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.compare-table tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.compare-table tr:hover td {
    background-color: #fffaec;
    transition: background-color 0.3s ease;
}

.compare-table td:first-child {
    color: #339966;
    font-weight: 600;
}

.compare-table td:last-child {
    color: #ff9900;
    font-weight: 600;
}
.section-box.inspire-box {
  background: linear-gradient(135deg, #f9fff9, #f3fff5);
  border-left: 6px solid #27baa3;
  padding: 18px 22px;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.section-box.inspire-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.section-box.inspire-box .section-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.9;
}

.section-box.inspire-box strong {
  color: #27baa3;
}/* End custom CSS */