.buttonTest{background:#afb44a;border-radius:7px;height:30px;width:130px;padding:13px; color:black; font-weight: bold;
 font-size:15;}
.btn-ali-3{
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    margin: 2px;
    border-radius: 8px;
    color: #fff !important;
    background: #8d371f;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s ease;
    margin: 0px auto;
    vertical-align: middle; 
}
.btn-ali-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transition: 0.4s ease;
}

.btn-ali-3:hover::before {
    left: 100%;
}
        .btn-ali-4{
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff !important;
    background: #756D2F;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s ease;
    margin: 0px auto;
    vertical-align: middle; 
}

.custom-accordion-ali7 {
  border: 2px solid #afb84b; 
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Tahoma', sans-serif; 
  width: 100%;
  max-width: 500px; 
}

.custom-accordion__item-ali7 {
  border-bottom: 1px solid #ffffff; 
}
.custom-accordion__item-ali7:last-child {
  border-bottom: none;
}

.custom-accordion__toggle-ali7 {
  display: none;
}

.custom-accordion__header-ali7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: rgba(175, 184, 75, 0.43);
  border-bottom: 2px solid #afb84b;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
}

.custom-accordion__header-ali7:hover {
  background-color: rgba(175, 184, 75, 0.24);
}

.custom-accordion__title-ali7 {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding: 0 10px;
}
.custom-accordion__icon-left-ali7,
.custom-accordion__icon-right-ali7 {
  display: flex;
  align-items: center;
}
.custom-accordion__icon-left-ali7 img {
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}
.custom-accordion__icon-right-ali7 img {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.custom-accordion__content-ali7 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: rgba(173, 184, 75, 0.22); 
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
  padding: 0 20px;
}

.custom-accordion__content-ali7 p {
    margin: 0;
    padding: 20px 0;
}
.custom-accordion__toggle-ali7:checked + .custom-accordion__header-ali7 {
  background-color: #f5f5f5;
  border-bottom-color: #afb84b;
}

.custom-accordion__toggle-ali7:checked + .custom-accordion__header-ali7 .custom-accordion__icon-left-ali7 img {
  transform: rotate(90deg);
}

.custom-accordion__toggle-ali7:checked + .custom-accordion__header-ali7 .custom-accordion__icon-right-ali7 img {
  transform: rotate(-180deg); 
}

.custom-accordion__toggle-ali7:checked ~ .custom-accordion__content-ali7 {
  max-height: 200px; 
  padding: 0 20px; 
}

    .btn-ali-34-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    margin: 2px 2px;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #afb84b, #8d371f);
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)
    vertical-align: middle;
}

.btn-ali-34-modern:hover {
    background: linear-gradient(135deg, #8d371f, #afb84b);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.btn-ali-34-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0.8;
}

.btn-ali-34-modern:hover::before {
    left: 100%;
}
.btn-ali-34-modern:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

        .paragraphali-stylish3 {
    border-radius: 10px 5px 5px 10px;
    --color-start: rgba(175, 184, 79, 0.23);
    --color-end: rgba(175, 184, 75, 0.52);
    background: linear-gradient(135deg, var(--color-start), var(--color-end));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-right: 3px solid #afb84b;
	margin: auto;
    padding:5px 2px;
}

.sj-rowtitrali {
    transition: background-color 0.25s ease, color 0.25s ease;
    position: relative;
    z-index: 1;
        background-color: #afb84b;

}
        .sj-rowsatr1 {
            transition: background-color 0.25s ease, color 0.25s ease;
    position: relative;
    z-index: 1;
                background-color: rgba(175, 184, 75, 0.3);
}

.sj-rowsatr1:hover {
    background-color: rgba(141, 55, 31, 0.3);
    color: inherit;
}
.sj-rowsatr2 {
    transition: background-color 0.25s ease, color 0.25s ease;
    position: relative;
    z-index: 1;
        background-color: rgba(175, 184, 75, 0.5);

}

.sj-rowsatr2:hover {
    background-color: rgba(141, 55, 31, 0.3);
    color: inherit;
}
html {
    scroll-behavior: smooth !important;
}
.sj-responsive-table12 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12pt;
}

.sj-responsive-table12 th,
.sj-responsive-table12 td {
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

.btn-responsive12 {
  font-size: 9pt !important;
  padding: 5px 8px !important;
  line-height: 1.2 !important;
  display: inline-block;
}

@media (max-width: 600px) {
  .sj-responsive-table12 {
    font-size: 9pt;
  }

  .sj-responsive-table12 th,
  .sj-responsive-table12 td {
    padding: 6px 4px;
  }

  .btn-responsive12 {
    font-size: 8pt !important;
    padding: 4px 6px !important;
  }
}
/* ظرف اصلی */
.sj-faq-container13 { 
    width: 100%; 
    max-width: 1100px; 
    margin: 30px auto; 
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start; /* جلوگیری از کش آمدن آیتم‌ها و ایجاد فضای خالی */
}

/* در دسکتاپ هر آیتم نزدیک به 50 درصد عرض را می‌گیرد */
.sj-faq-item13 {
    width: calc(50% - 10px); 
    background: #ffffff;
    border: 3px solid #afb84b;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* موبایل: هر آیتم 100 درصد عرض را بگیرد */
@media (max-width: 768px) {
    .sj-faq-item13 {
        width: 100%;
    }

    .sj-faq-header13 {
        font-size: 13px; /* کوچک‌تر شدن فونت تیتر در موبایل */
        padding: 16px 18px;
    }

    .sj-faq-content13 p {
        padding: 0 18px 18px 18px;
    }
}

.sj-faq-item13:hover { 
    border-color: #756e2f; 
}

.sj-faq-header13 {
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    background: rgba(175, 184, 75, 0.14);
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(175, 184, 75, 0.22);
}

.sj-faq-icon13 { 
    font-size: 20px; 
    color: #afb84b; 
    transition: transform 0.3s; 
}

.sj-faq-item13.active .sj-faq-icon13 { 
    transform: rotate(45deg); 
}

.sj-faq-content13 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: inherit;
}

.sj-faq-content13 p { 
    padding: 0 25px 20px 25px; 
    margin: 0; 
    color: #666;
    line-height: 1.6;
}
