/* Pricing Section Styles */
.projects-one__price {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.projects-one__price .price {
    font-size: 18px;
    font-weight: 600;
    color: #ff6b35;
}

.projects-one__content {
    padding: 20px;
    text-align: center;
}

.projects-one__category {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
}

.projects-one__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.projects-one__description {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

/* Tree Planting Section */
.tree-planting-sec {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: white;
}

.tree-planting-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.planting-left-col h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.tree-number {
    font-size: 3rem;
    font-weight: bold;
    color: #4CAF50;
}

.planting-logo-img img {
    max-width: 200px;
}