.elementor-3 .elementor-element.elementor-element-2458400{--display:flex;}.elementor-3 .elementor-element.elementor-element-0c67f34{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d75b3af */.atrevip-terms-page{
  max-width: 1100px;
  margin: 40px auto 70px;
  padding: 0 16px;
  direction: rtl;
  text-align: right;
  font-family: inherit;
}

/* هدر */
.atrevip-terms-hero{
  text-align: center;
  margin-bottom: 32px;
}

.atrevip-terms-hero h1{
  font-size: 28px;
  color: #222;
  margin-bottom: 12px;
}

.atrevip-terms-hero p{
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  max-width: 780px;
  margin: 0 auto;
}

/* خلاصه بالا */
.atrevip-terms-summary{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  margin: 26px 0 32px;
}

.atrevip-terms-summary-item{
  background: #faf7f2;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(199,167,126,0.4);
}

.atrevip-terms-summary-item h2{
  font-size: 15px;
  color: #222;
  margin-bottom: 4px;
}

.atrevip-terms-summary-item p{
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

/* سکشن های کلی */
.atrevip-terms-section{
  margin-bottom: 40px;
}

.atrevip-terms-title{
  font-size: 20px;
  color: #222;
  margin-bottom: 16px;
}

/* گرید کارت ها */
.atrevip-terms-grid{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}

/* کارت ها */
.atrevip-terms-card{
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 18px;
  border: 1px solid rgba(0,0,0,0.03);
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
}

.atrevip-terms-card h3{
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.atrevip-terms-card p{
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

/* لیست ها */
.atrevip-terms-list{
  list-style: none;
  padding: 0;
  margin: 8px 0 8px;
}

.atrevip-terms-list li{
  position: relative;
  padding-right: 16px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

.atrevip-terms-list li::before{
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: #B58B5D;
  font-size: 16px;
}

/* نوت */
.atrevip-terms-note{
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

/* پایانی */
.atrevip-terms-ending{
  margin-top: 10px;
  text-align: center;
}

.atrevip-terms-ending p{
  font-size: 13px;
  color: #666;
  line-height: 1.9;
}

.atrevip-terms-ending a{
  color: #B58B5D;
  text-decoration: none;
  border-bottom: 1px dashed rgba(181,139,93,0.45);
  padding-bottom: 1px;
  transition: 0.2s;
}

.atrevip-terms-ending a:hover{
  color: #292929;
  border-color: #292929;
}

/* ریسپانسیو */
@media(max-width:900px){
  .atrevip-terms-summary{
    grid-template-columns: 1fr;
  }
  .atrevip-terms-grid{
    grid-template-columns: 1fr;
  }
}

@media(max-width:600px){
  .atrevip-terms-hero h1{
    font-size: 24px;
  }
  .atrevip-terms-page{
    margin: 24px auto 50px;
  }
  .atrevip-terms-card{
    padding: 16px 14px;
  }
}/* End custom CSS */