:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7e0b803 */body {
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.8;
}

header {
  background-color: #6e00ff;
  color: white;
  padding: 2rem;
  text-align: center;
  border-bottom: 4px solid #5500cc;
}

header h1 {
  margin: 0;
  font-size: 2.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.service {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #6e00ff;
  border-radius: 8px;
  transition: transform 0.3s;
}

.service:hover {
  transform: scale(1.02);
}

.service h2 {
  color: #6e00ff;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.service p {
  font-size: 1.1rem;
  color: #555;
}

.telegram-button {
  display: block;
  width: fit-content;
  background-color: #0088cc;
  color: white;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin: 2rem auto;
  text-align: center;
  font-size: 1.2rem;
  transition: background 0.3s ease, transform 0.3s ease;
}

.telegram-button:hover {
  background-color: #006da8;
  transform: scale(1.05);
}

footer {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem;
  font-size: 0.9rem;
  color: #888;
}/* End custom CSS */