/*
Theme Name: eCommerce Growth Theme
Theme URI: http://example.com/ecommerce-growth-theme
Author: Your Name
Author URI: http://example.com
Description: A single-page WordPress theme for eCommerce marketing services
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecommerce-growth-theme
Tags: one-page, elementor, ecommerce, marketing
*/

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}
h1, h2, h3, h4 {
  color: #1a1a1a;
}
a {
  text-decoration: none;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px;
  background: #003366;
  color: white;
}
.hero-content {
  max-width: 50%;
}
.hero-image img {
  max-width: 500px;
  border-radius: 8px;
}
.cta-button {
  display: inline-block;
  margin-top: 20px;
  background: #007bff;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
}
.cta-button:hover {
  background: #0056b3;
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
}
.about-text, .about-image {
  width: 48%;
}
.service-grid {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 40px 20px;
}
.service-item {
  width: 30%;
}
.service-item img {
  width: 100%;
  border-radius: 6px;
}
.why-grid {
  display: flex;
  justify-content: space-around;
  background: #f7f7f7;
  padding: 40px 20px;
}
footer {
  text-align: center;
  padding: 20px;
  background: #f0f0f0;
}
