.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19202 .elementor-element.elementor-element-7495966{text-align:center;color:#0F0F0F;}.elementor-19202 .elementor-element.elementor-element-ae536be{text-align:center;color:#0F0F0F;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19202 .elementor-element.elementor-element-376f32b .elementor-button{background-color:#000000;}.elementor-19202 .elementor-element.elementor-element-46c9340{margin-top:88px;margin-bottom:0px;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19202 .elementor-element.elementor-element-a5f80ce .gallery-item .gallery-caption{text-align:center;}.elementor-19202 .elementor-element.elementor-element-bedf2e7{margin-top:103px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-322f3e7 */<style>
  .home-automation-section {
    background: #f4f6f8;
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
    color: #333;
  }

  .section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-heading p {
    text-align: center;
    font-size: 18px;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
  }

  .city-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .city-content {
    flex: 1;
    padding-right: 20px;
  }

  .city-content h3 {
    font-size: 28px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .city-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }

  .city-image {
    flex: 1;
    max-width: 45%;
  }

  .city-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 768px) {
    .city-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .city-image {
      max-width: 100%;
      margin-top: 20px;
    }
  }
</style>/* End custom CSS */