.elementor-10862 .elementor-element.elementor-element-9eb31d0{--display:flex;}@media(min-width:768px){.elementor-10862 .elementor-element.elementor-element-9eb31d0{--content-width:800px;}}/* Start custom CSS for html, class: .elementor-element-f71971c */<style>
body {
  font-family: 'Vazirmatn', sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.9;
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 60px 20px;
}

h1, h2, h3 {
  color: #121F3D;
  font-weight: 700;
  margin-top: 0;
}

h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  margin: 40px 0 20px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 15px;
  position: relative;
  padding-right: 25px;
}

.tick-list li::before {
  content: '✔';
  position: absolute;
  right: 0;
  color: #E01A39;
  font-weight: bold;
}

.cta {
  text-align: center;
  margin-top: 50px;
}

.cta a {
  background: #E01A39;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
  display: inline-block;
}

.cta a:hover {
  background: #a51228;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}

.col {
  flex: 1 1 45%;
}

.brand-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.brand-logos img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 12px;
  background: linear-gradient(135deg, #eee, #ddd);
  padding: 12px;
  transition: transform 0.3s ease, filter 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.brand-logos img:hover {
  transform: scale(1.15);
  filter: brightness(1.05);
}

/* FAQ Section */
.faq-question.active {
  background-color: #ddd;
  color: #E01A39;
}

.landing-faq {
  margin-top: 60px;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}

.faq-item {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  overflow: hidden;
}

.faq-question {
  background-color: #f1f1f1;
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #e6e6e6;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fafafa;
  border-right: 4px solid #E01A39;
}

@media (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  .row { flex-direction: column; }
  .col { flex: 1 1 100%; }
  .brand-logos img { width: 80px; height: 80px; }
  .cta a { font-size: 15px; padding: 12px 24px; }
  .faq-question { font-size: 16px; }
  .faq-answer { font-size: 15px; }
}
</style>/* End custom CSS */