body {
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  background-color: #f4f7f6;
  color: #333;
  direction: rtl;
  margin: 0;
}

.tariff-header-section {
  background: #f8f9fa;
}
.tariff-table-section {
  background: #fff;
}
.tariff-card {
  background: #f9fafb;
  border-radius: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #f0f0f0;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.tariff-card:hover, .tariff-popular {
  box-shadow: 0 8px 32px #ffbe5930;
  border-color: #ffbe59;
  transform: translateY(-5px) scale(1.02);
}
.tariff-title {
  color: #001f52;
  font-weight: bold;
  font-size: 1.2rem;
}
.tariff-price {
  color: #ff5e13;
  font-size: 1.8rem;
  font-weight: bold;
}
.tariff-price small {
  font-size: 1rem;
  color: #222;
  margin-right: 7px;
}
.tariff-features li {
  margin-bottom: 10px;
  color: #444;
  font-size: 1rem;
}
.tariff-popular {
  border: 2.5px solid #ffbe59;
  background: #fff7e6;
  z-index: 2;
  position: relative;
  box-shadow: 0 10px 36px #ffbe592a;
}
.tariff-badge {
  position: absolute;
  top: -18px;
  right: 18px;
  background: #ffbe59;
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem;
  border-radius: 13px;
  padding: 5px 15px;
  box-shadow: 0 1px 10px #ffbe5933;
}
.tariff-guide-section {
  background: #f8f9fa;
}
.tariff-guide-list {
  padding-right: 1.4rem;
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
.tariff-guide-list li {
  margin-bottom: 7px;
  line-height: 1.7;
}
.tariff-faq-section h2 {
  font-size: 1.2rem;
}
.tariff-note-section {
  background: #f8f9fa;
}

.service-header-section {
  background: #f8f9fa;
}
.service-list-section {
  background: #fff;
}
.service-item-card {
  background: #f9fafb;
  border-radius: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #f0f0f0;
  min-height: 210px;
  position: relative;
  z-index: 1;
}
.service-item-card:hover {
  box-shadow: 0 8px 32px #ffbe5930;
  border-color: #ffbe59;
  transform: translateY(-4px) scale(1.02);
}
.service-icon {
  font-size: 2.1rem;
  color: #ffbe59;
  background: #fffbe6;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.service-usecase-section {
  background: #f8f9fa;
}
.usecase-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #ffbe59;
  min-height: 150px;
  color: #222;
  transition: box-shadow 0.2s;
}
.usecase-card:hover {
  box-shadow: 0 8px 36px #ffbe591c;
}
.usecase-icon {
  font-size: 1.6rem;
  color: #ffbe59;
}
.service-adv-section {
  background: #fffbe6;
  border-top: 1px solid #ffe4b5;
}
.service-adv-list {
  list-style: disc inside;
  padding-right: 1rem;
  margin-bottom: 0;
}

.contact-header-section {
  background: #f8f9fa;
}
.contact-content-section {
  background: #fff;
}
.contact-info-box {
  background: #f8f9fa;
  border-radius: 20px;
  border: 1.5px solid #f0f0f0;
  font-size: 1.06rem;
}
.contact-info-box .bi, .contact-info-box .fab {
  vertical-align: middle;
  font-size: 1.12rem;
}
.form-control:focus {
  border-color: #ffbe59;
  box-shadow: 0 0 0 0.15rem #ffbe5930;
}

.about-header-section {
  background: #f8f9fa;
}
.about-mission-section {
  background: #f8f9fa;
}
.about-mission-list {
  padding-right: 1.3rem;
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
.about-mission-list li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.adv-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #f0f0f0;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  z-index: 1;
}
.adv-card:hover {
  box-shadow: 0 8px 32px #ffbe591c;
  border-color: #ffbe59;
  transform: translateY(-4px) scale(1.03);
}
.adv-icon {
  font-size: 2.1rem;
  color: #ffbe59;
  margin-bottom: 7px;
}
.about-trust-section {
  background: #f8f9fa;
}
.about-cta-section {
  background: linear-gradient(90deg, #001f52 65%, #ffbe59 100%);
  color: #fff;
  border-radius: 2rem 2rem 0 0;
}

.blog-header-section {
  background: #f8f9fa;
}
.blog-list-section {
  background: #fff;
}
.blog-card {
  background: #f9fafb;
  border-radius: 16px;
  border: 1.5px solid #f0f0f0;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  z-index: 1;
}
.blog-card:hover {
  box-shadow: 0 8px 32px #ffbe592a;
  border-color: #ffbe59;
  transform: translateY(-4px) scale(1.02);
}
.blog-card img {
  max-height: 170px;
  object-fit: cover;
}

.single-header-section {
  background: #f8f9fa;
}
.single-cover-img {
  max-height: 270px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.single-article {
  font-size: 1.09rem;
  line-height: 2;
  color: #222;
}
.single-article h2, .single-article h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-article ul {
  padding-right: 1.2rem;
}
.single-tags .badge {
  font-size: 0.97rem;
  border-radius: 9px;
  padding: 8px 14px;
  margin-bottom: 5px;
}
.blockquote {
  border-right: 5px solid #ffbe59 !important;
}

.terms-header-section {
  background: #f8f9fa;
}
.terms-content-section {
  background: #fff;
}
.terms-list {
  padding-right: 1.2rem;
  color: #222;
  font-size: 1.07rem;
}
.terms-list li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.privacy-header-section {
  background: #f8f9fa;
}
.privacy-content-section {
  background: #fff;
}
.privacy-list {
  padding-right: 1.2rem;
  color: #222;
  font-size: 1.07rem;
}
.privacy-list li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.faq-header-section {
  background: #f8f9fa;
}
.faq-content-section {
  background: #fff;
}
.nav-pills .nav-link.active {
  background: linear-gradient(90deg, #001f52 65%, #ff5e13 100%);
  color: #fff !important;
  border-radius: 12px;
  font-weight: bold;
}
.nav-pills .nav-link {
  color: #001f52;
  margin: 0 5px 8px 5px;
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg,#001f52 65%, #ffbe59 100%);
  color: #fff;
}
.accordion-button {
  font-size: 1.08rem;
  color: #001f52;
  background: #fff;
  border-radius: 12px !important;
  box-shadow: none;
  transition: background 0.18s;
}
.accordion-item {
  border: none;
  margin-bottom: 10px;
}
.accordion-body {
  font-size: 1rem;
  color: #444;
  background: #fffbe9;
  border-radius: 8px;
}

.notfound-section {
  background: #fffbe6;
}
.notfound-img {
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 4px 18px #ffbe5945);
}

.faqfull-header-section {
  background: #f8f9fa;
}
.faqfull-content-section {
  background: #fff;
}
.faq-question {
  margin-bottom: 20px;
}
.faq-question b {
  color: #001f52;
  font-size: 1.06rem;
}
.faq-question .small {
  font-size: 0.99rem;
}
#faqSearchInput:focus {
  border-color: #ffbe59;
  box-shadow: 0 0 0 0.15rem #ffbe5930;
}
