.elementor-5125 .elementor-element.elementor-element-8e7ebe5{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-b9d2972 */:root {
    --brand-primary: #3D021E;
    --brand-accent: #D4B76A;
}

.cta-internal-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px;
    gap: 25px;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-right: 6px solid var(--brand-accent);
}

.cta-image-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--brand-accent);
}

.cta-content-wrapper { flex: 1; }

.cta-title {
    color: var(--brand-primary);
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.scissor-icon { font-size: 1.2rem; }

.cta-description {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.keyword-link {
    color: var(--brand-primary);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--brand-accent);
}

.cta-highlights-pro {
    display: flex;
    gap: 10px;
}

.highlight-item {
    background: #fdf9f0;
    padding: 6px 12px;
    border-radius: 8px;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 0.8rem;
    border: 1px solid #eee;
}

.cta-main-button {
    background-color: var(--brand-primary);
    color: var(--brand-accent) !important;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    display: block;
    text-align: center;
}

/* ریسپانسیو اختصاصی برای جلوگیری از بهم ریختگی */
@media (max-width: 768px) {
    .cta-internal-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .cta-highlights-pro {
        flex-direction: column;
        gap: 8px;
    }

    .cta-title {
        justify-content: center;
    }

    .cta-main-button {
        width: 100%;
        margin-top: 20px;
    }
}/* End custom CSS */