.elementor-7985 .elementor-element.elementor-element-c5da6f0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7985 .elementor-element.elementor-element-3587290{width:var( --container-widget-width, 101.016% );max-width:101.016%;--container-widget-width:101.016%;--container-widget-flex-grow:0;}.elementor-7985 .elementor-element.elementor-element-3587290.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-3587290 */.cta-component-wrapper {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            box-sizing: border-box;
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 2rem 1rem;
        }

        .cta-component-wrapper *, .cta-component-wrapper *::before, .cta-component-wrapper *::after {
            box-sizing: border-box;
        }

        .cta-card-simple {
            display: flex;
            flex-direction: row; 
            background-color: #f3f4f6 !important; /* پس‌زمینه ملایم برای متمایز شدن کارت */
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border: 1px solid #e5e7eb !important;
            max-width: 900px;
            width: 100%;
            height: 220px; /* Limited height */
            overflow: hidden; /* Ensure content stays within borders */
        }

        .cta-content-simple {
            width: 60%;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cta-title-simple {
            margin: 0 0 0.5rem 0;
            font-size: 1.6rem;
            font-weight: 700;
            color: #111827;
            line-height: 1.2;
        }

        .cta-desc-simple {
            margin: 0 0 1.25rem 0;
            font-size: 0.95rem;
            color: #4b5563;
            line-height: 1.5;
        }

        .cta-actions-simple {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .cta-btn-simple {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.6rem 1.2rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 600;
            text-decoration: none !important;
            transition: background-color 0.2s, color 0.2s, border-color 0.2s;
            cursor: pointer;
        }

        .btn-primary-simple {
            background-color: #dc2626 !important;
            color: #ffffff !important;
            border: 1px solid #dc2626 !important;
        }

        .btn-primary-simple:hover {
            background-color: #b91c1c !important;
            border-color: #b91c1c !important;
        }

        .btn-secondary-simple {
            background-color: #ffffff !important;
            color: #dc2626 !important;
            border: 1px solid #dc2626 !important;
        }

        .btn-secondary-simple:hover {
            background-color: #fef2f2 !important;
        }

        .cta-img-col-simple {
            width: 40%;
            position: relative;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            height: 100% !important;
            background-color: transparent !important;
        }

        .cta-img-simple {
            width: 100% !important;
            height: 100% !important;
            max-height: 100% !important;
            object-fit: contain !important;
            object-position: center !important;
            display: block !important;
        }

        @media (max-width: 768px) {
            .cta-card-simple {
                flex-direction: column-reverse;
                height: auto;
            }

            .cta-content-simple {
                width: 100%;
                padding: 1.5rem;
                text-align: center;
            }

            .cta-img-col-simple {
                width: 100%;
                height: 200px !important;
            }

            .cta-actions-simple {
                justify-content: center;
                flex-direction: column;
                gap: 10px;
            }

            .cta-btn-simple {
                width: 100%;
            }
        }/* End custom CSS */