.elementor-2220 .elementor-element.elementor-element-93d939f{--display:flex;}.elementor-2220 .elementor-element.elementor-element-9f557a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2220 .elementor-element.elementor-element-559a2a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-eeed6cb */.service-page.theme-home {
  font-family: "IRANSans", "Segoe UI", sans-serif;
  color: #0b1f33;
  direction: rtl;
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 40%);
}

.page-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 31, 51, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.page-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.page-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 1.1rem;
}

.page-header .brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #27aae1, #2862ff);
  color: #fff;
  font-weight: 800;
  letter-spacing: -1px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
}

.main-nav a {
  text-decoration: none;
  color: #22374d;
  font-weight: 500;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus {
  color: #1c4ae3;
}

.cta-secondary {
  padding: 0.65rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(28, 74, 227, 0.4);
  color: #1c4ae3;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-secondary:hover,
.cta-secondary:focus {
  background: #1c4ae3;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(28, 74, 227, 0.18);
}

.hero-section {
  max-width: 1200px;
  margin: 2.5rem auto 4rem;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 3rem;
}

.hero-image-container {
  order: 1;
  position: relative;
}

.hero-image-container img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(15, 36, 61, 0.18);
  transform: translateX(-20px);
}

.hero-content {
  order: 2;
  text-align: left;
  direction: rtl;
}

.hero-content .page-title {
  font-size: clamp(2.4rem, 2.8vw + 1.6rem, 3.4rem);
  margin-bottom: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
}

.hero-content .page-description {
  font-size: 1.05rem;
  line-height: 2;
  color: #415a72;
  margin-bottom: 2.2rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1c4ae3, #27aae1);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(28, 74, 227, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-primary:hover,
.cta-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(28, 74, 227, 0.35);
}

.cta-link {
  color: #1c4ae3;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-inline-end: 1.6rem;
}

.cta-link::after {
  content: "›";
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  .hero-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image-container img {
    transform: none;
  }

  .hero-content {
    text-align: center;
  }

  .hero-content .page-description {
    direction: rtl;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-93d939f */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazir', 'IRANSans', sans-serif;
    direction: rtl;
    background-color: #f5f5f5;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    margin-bottom: 30px;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 1.1em;
    opacity: 0.9;
}

/* Hero Image */
.hero-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Smart Meters Section */
.smart-meters {
    margin: 50px 0;
}

.smart-meters h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
    color: #2c3e50;
}

.meter-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

.meter-btn {
    background: white;
    border: none;
    border-radius: 15px;
    padding: 30px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.meter-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.meter-btn .icon {
    font-size: 3em;
}

.meter-btn .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #2c3e50;
}

.meter-btn .description {
    font-size: 0.95em;
    color: #7f8c8d;
}

.water-meter:hover {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border: 2px solid #667eea;
}

.electricity-meter:hover {
    background: linear-gradient(135deg, #f093fb15 0%, #f5576c15 100%);
    border: 2px solid #f5576c;
}

.gas-meter:hover {
    background: linear-gradient(135deg, #fa709a15 0%, #fee14015 100%);
    border: 2px solid #fa709a;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 50px 0;
}

.feature-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.feature-card h3 {
    color: #667eea;
    margin-bottom: 12px;
    font-size: 1.3em;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Management Section */
.management-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 60px 0;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.illustration img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.management-content h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.management-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.management-content ul {
    list-style-type: none;
    padding: 0;
}

.management-content ul li {
    padding: 10px 0;
    color: #666;
    position: relative;
    padding-right: 25px;
}

.management-content ul li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #667eea;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .management-section {
        grid-template-columns: 1fr;
    }
    
    .meter-buttons {
        grid-template-columns: 1fr;
    }
    
    .header h1 {
        font-size: 2em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94c1d16 *//* کانتینر اصلی دکمه‌های کنتور */
.smart-meter-buttons {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
    padding: 20px;
    max-width: 1200px;
}

/* استایل پایه دکمه‌ها */
.smart-meter-btn {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

/* حذف استایل پیش‌فرض لینک */
.smart-meter-btn:visited,
.smart-meter-btn:link,
.smart-meter-btn:active {
    text-decoration: none !important;
    color: inherit;
}

/* افکت hover برای همه دکمه‌ها */
.smart-meter-btn:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* افکت کلیک */
.smart-meter-btn:active {
    transform: translateY(-4px) scale(0.98);
}

/* آیکون */
.meter-icon {
    font-size: 3.5em;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.smart-meter-btn:hover .meter-icon {
    transform: scale(1.15) rotate(5deg);
}

/* عنوان */
.meter-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

/* توضیحات */
.meter-desc {
    font-size: 1em;
    color: #7f8c8d;
    line-height: 1.5;
    transition: color 0.3s ease;
}

/* استایل مخصوص کنتور آب */
.smart-meter-btn.water:hover {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-color: #667eea;
}

.smart-meter-btn.water:hover .meter-title {
    color: #667eea;
}

.smart-meter-btn.water:hover .meter-desc {
    color: #555;
}

.smart-meter-btn.water::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s ease;
}

.smart-meter-btn.water:hover::before {
    left: 100%;
}

/* استایل مخصوص کنتور برق */
.smart-meter-btn.electricity:hover {
    background: linear-gradient(135deg, #f093fb15 0%, #f5576c15 100%);
    border-color: #f5576c;
}

.smart-meter-btn.electricity:hover .meter-title {
    color: #f5576c;
}

.smart-meter-btn.electricity:hover .meter-desc {
    color: #555;
}

.smart-meter-btn.electricity::before {
    content: '';
    position: absolute;
    top:;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 87, 108, 0.1), transparent);
    transition: left 0.5s ease;
}

.smart-meter-btn.electricity:/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bcd6c2 */.showcase-section {
  direction: rtl;
  background: #ffffff;
  padding: 4.5rem 0;
  color: #10243a;
}

.showcase-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.showcase-image img {
  width: 100%;
  display: block;
}

.showcase-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(28, 74, 227, 0.08);
  color: #1c4ae3;
  font-weight: 600;
  font-size: 0.95rem;
}

.tagline-icon {
  font-size: 1.1rem;
}

.showcase-text h2 {
  font-size: clamp(2.1rem, 2.5vw + 1.5rem, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.showcase-text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 2;
  color: #3e5770;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.feature-list li {
  position: relative;
  padding-inline-start: 1.9rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #2b3f55;
}

.feature-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.65rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb400, #ff8f00);
  box-shadow: 0 0 0 4px rgba(255, 180, 0, 0.15);
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.cta-primary,
.cta-outline,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-primary {
  padding: 0.85rem 2.4rem;
  background: #1c4ae3;
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(28, 74, 227, 0.25);
}

.cta-primary:hover,
.cta-primary:focus {
  background: #1237b4;
  box-shadow: 0 22px 45px rgba(18, 55, 180, 0.28);
}

.cta-outline {
  padding: 0.8rem 2.2rem;
  border: 1.6px solid rgba(16, 36, 58, 0.2);
  color: #10243a;
  background: transparent;
}

.cta-outline:hover,
.cta-outline:focus {
  border-color: #1c4ae3;
  color: #1c4ae3;
  box-shadow: 0 14px 30px rgba(28, 74, 227, 0.12);
}

.cta-link {
  padding: 0.8rem 1.4rem;
  color: #1c4ae3;
  font-weight: 600;
  position: relative;
}

.cta-link::after {
  content: "›";
  font-size: 1.4rem;
  margin-inline-start: 0.35rem;
}

.cta-link:hover,
.cta-link:focus {
  color: #1237b4;
}

@media (max-width: 992px) {
  .showcase-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .feature-list li {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }

  .feature-list li::before {
    position: static;
    display: inline-block;
    margin-inline-end: 0.6rem;
  }

  .showcase-actions {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6efd43 *//* ===== FEATURE BOXES FIX ===== */
.smart-features {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 24px;
  margin-top: 50px;
}

.smart-feature-item {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15,23,42,.08);
}

.smart-feature-item img {
  max-width: 64px;
  margin-bottom: 16px;
}

.smart-feature-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}/* End custom CSS */