body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

.container {
    padding: 40px;
}

header h2 {
    border-left: 5px solid #000;
    padding-left: 30px;
    font-size: 32px;
    margin-bottom: 30px;
}

.content {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.left img {
    max-width: 100%;
    width: 500px;
    height: 600px;
}

.right {
    flex: 1;
}

.section-title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 10px;
}

.right h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.highlight {
    color: #94a500;
}

.description {
    font-size: 16px;
    line-height: 1.8;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

.choose-us {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: flex-start;
    background: #f9f9f9;
}

.choose-left {
    width: 55%;
}

.choose-left h4 {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.choose-left h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

.choose-left .subtext {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.feature {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.icon {
    font-size: 24px;
    color: #7dbb3c;
}

.feature h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.feature p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.choose-right {
    width: 40%;
}

.choose-right img {
    width: 100%;
    border-radius: 5px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.solar-power-system {
    padding: 50px;
    text-align: center;
    background-color: #f8f8f8;
}

.solar-power-system h2 {
    font-size: 28px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #ccc;
    display: inline-block;
    padding-bottom: 10px;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 130px;
    flex-wrap: wrap;
}

.card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    width: 250px;
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.card p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.benefits-section {
    display: flex;
    padding: 0;
    margin: 50px auto;
    width: 90%;
    max-width: 1000px;
    
    gap:130px;
    border-radius: 10px;
    overflow: hidden; /* To merge corners */
}

.benefit-card {
    flex: 1;
    padding: 30px 20px;
    text-align: center;
    
}

.benefit-card:last-child {
    border-right: none;
}

.benefit-card img {
    height: 50px;
    margin-bottom: 15px;
}

.benefit-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.benefit-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.lands-section {
    margin-top: 30px;
    text-align: center;
  }
  
  .land-section img {
    width: 100%;
    height: 500px;
    max-width: 100%;
  }
  body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f7f9;
    color: #2b2b2b;
}

.vision-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    color: green;
}

h1 span {
    display: block;
    font-weight: 700;
}

.description {
    margin: 20px auto;
    font-size: 1rem;
    max-width: 700px;
    color: #444;
}

.vision-cards {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
}

.card {
    width: 250px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    margin: 10px;
}

.card img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.card p {
    font-size: 0.95rem;
    color: #333;
}

