.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;
}
