/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
  font-family: "Vazirmatn", Sans-serif;
  font-weight: 400;
}

/* --- ساختار کلی مقاله خدمات --- */
.service-article {
  margin: 0 auto;
  line-height: 2;
  font-size: 1.05rem;
  color: #222;
}

.service-article h1, 
.service-article h2, 
.service-article h3,
.service-article h1 strong, 
.service-article h2 strong, 
.service-article h3 strong {
  color: #1a4d8f;
  margin-top: 1.5em;
}

.service-article a {
  color: #1565c0;
  text-decoration: underline;
}

.service-article strong {
  color: #000;
}

/* --- باکس فراخوان اقدام (CTA) --- */
.cta-box {
  background: #f5faff;
  border: 2px solid #0077ff;
  border-radius: 12px;
  padding: 20px;
  margin: 25px 0;
  text-align: center;
  font-size: 1.3rem;
}

.cta-box p {
    margin-bottom: 0;
}

.cta-box p strong {
    color: #c36;
}

.cta-box.big {
  background: #e9f5ff;
  border-color: #004fa3;
  font-size: 1.1rem;
}

/* --- مراحل (لیست عددی) --- */
.steps ol {
  background: #f9f9f9;
  padding: 20px 40px;
  border-right: 4px solid #0077ff;
  border-radius: 10px;
}

.steps li {
  margin-bottom: 10px;
}

/* --- باکس هشدار و یادآوری --- */
.note-box {
  background: #fffbe6;
  border: 1px solid #ffcc00;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.note-box p {
    margin-bottom: 0;
}

.warning-box {
  background: #ffecec;
  border: 1px solid #ff5c5c;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.warning-box p {
    margin-bottom: 0;
}

/* --- سوالات متداول (FAQ) --- */
.faq details {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fafafa;
}

.faq summary {
  cursor: pointer;
  font-weight: bold;
  color: #0d47a1;
}

.faq p {
  margin-top: 8px;
  color: #333;
}

.faq details[open] {
  background: #eef6ff;
  border-color: #0077ff;
}

/* --- پاورقی مقاله --- */
.service-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eee;
  text-align: justify;
}

.jet-smart-tiles__box-content {
    align-self: center;
}
