﻿.call-to-action {
    position: relative;
    padding: 100px 0;
    color: #fff;
}

    .call-to-action .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../skin/assets/images/backgrounds/cta-bg.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        z-index: 0;
        opacity: 0.3; /* برای افکت شفافیت 
 /* اضافه کردن رنگ سبز نیمه‌شفاف */
        background-color: rgba(0, 128, 0, 0.5); /* سبز با شفافیت 50% */
        background-blend-mode: overlay; /* ترکیب رنگ با تصویر */
    }
