.city-section {
    margin-top: 30px;
    text-align: center;
  }
  
  .city-section img {
    width: 100%;
    height: 500px;
    max-width: 100%;
  }
  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #333;
}

.solar-pump-info {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    align-items: flex-start;
    gap: 40px;
}


.text-section {
    flex: 1.5;
    min-width: 300px;
}

.text-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.text-section .highlight {
    color: #3c9a30;
    font-weight: 700;
}

.text-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.image-section {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-section img {
    max-width: 100%;
    height: 350px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
}

.solar-working {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    gap: 40px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.text-content {
    flex: 2;
    min-width: 200px;
}

.text-content h2 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.text-content h2 .highlight {
    color: #3c9a30;
    
}

.text-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.image-content {
    flex: 1;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-content img {
    max-width: 80%;
    height: 400px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    color: #333;
}

.how-it-works {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
}

.how-it-works h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.step:nth-child(even) .step-text {
    order: 2;
}

.step-number {
    background-color: #f4c542;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.step-text {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.step-text h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #222;
}

.step-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
}

.step-img {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.step-img img {
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f2ed;
    margin: 0;
    padding: 0;
}

.advantages-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

.advantages-section h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    padding: 10px;
}

.advantage-box {
    background-color: #f7f9f7;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease-in-out;
}

.advantage-box:hover {
    transform: translateY(-5px);
}

.advantage-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.advantage-box p {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
}
