﻿/* بخش اصلی */
.cta-area {
    position: relative;
    padding: 100px 0;
    background-image: url('/Gallery/File/FileImages/11.webp'); /* مسیر تصویر */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* ثابت نگه‌داشتن تصویر */
    background-position: center center;
    color: #fff;
    text-align: center;
}/* کانتینر */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}/* محتوا */
.cta-content {
    position: relative;
    z-index: 2;
}.cta-content .icon {
    font-size: 50px;
    margin-bottom: 20px;
}.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
}.cta-content p {
    font-size: 18px;
    margin-bottom: 25px;
}.cta-content .call-us {
    display: inline-block;
    color: #fff;
    background: #007bff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}.cta-content .call-us:hover {
    background: #0056b3;
}