.green-banner {
    background: #2e7d32;
    padding: 100px 0;
}

.green-banner h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
}

.bread-crumb li,
.bread-crumb li a {
    color: #dcedc8;
}

.green-vision-section {
    padding: 60px 0;
    background: #f1f8f4;
}

.green-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

.section-title {
    text-align: center;
    color: #2e7d32;
    margin-bottom: 30px;
}

.intro-text {
    color: #388e3c;
    font-size: 18px;
}

.center-text {
    text-align: center;
}

.image-section {
    margin-top: 20px;
}

.image-section h3 {
    color: #1b5e20;
    margin-bottom: 20px;
    text-align: center;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-grid img {
    width: calc(50% - 10px);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .green-box {
        padding: 20px;
    }

    .green-banner h1 {
        font-size: 30px;
    }

    .image-grid img {
        width: 100%;
    }
}

.page-title .content-box {
    position: relative;
    z-index: 2;
    text-align: left;
}

/* Heading */
.page-title h1 {
    color: #a5d6a7;
    font-size: 42px;
    font-weight: 700;
}

/* Breadcrumb */
.bread-crumb {
    list-style: none;
    margin-top: 10px;
}

.bread-crumb li {
    display: inline;
    color: #e8f5e9;
}

.bread-crumb li a {
    color: #c8e6c9;
    text-decoration: none;
}

.bread-crumb li a:hover {
    color: #fff;
}

/* Section */
.green-vision-section {
    padding: 60px 0;
    background: #f1f8f4;
}

/* Box */
.green-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Title */
.section-title {
    text-align: center;
    color: #2e7d32;
    font-size: 32px;
    margin-bottom: 20px;
}

/* Text */
.intro-text {
    font-size: 18px;
    color: #388e3c;
}

/* Headings */
.green-box h3 {
    color: #1b5e20;
    margin-top: 25px;
}

.green-box h4 {
    color: #2e7d32;
}

/* Blocks */
.vision-block {
    background: #e8f5e9;
    padding: 20px;
    margin-top: 15px;
    border-left: 5px solid #4caf50;
    border-radius: 6px;
}

/* Lists */
.green-box ul {
    padding-left: 20px;
}

.green-box ul li {
    margin-bottom: 8px;
}

/* Avoid */
.avoid-list li {
    color: #c62828;
    font-weight: 500;
}

/* Why */
.why-list li {
    color: #2e7d32;
    font-weight: 600;
}


.image-section h3 {
    text-align: center;
    color: #1b5e20;
    margin-bottom: 20px;
}



/* Video Section */
.video-section {
    margin-top: 40px;
    text-align: center;
}

.video-section video {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

.center-text {
  text-align: center;
}   